Vcenter Utilization Connections PortInfo

Vcenter Utilization Connections PortInfo
Vcenter Utilization Connections PortInfo

The Vcenter Utilization Connections PortInfo schema defines the utilization of a vCenter TCP server port.

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "name": "string",
    "description": "string",
    "port": 0,
    "open_connections": 0,
    "peers": [
        {
            "address": "string",
            "port": 0,
            "tcp_state": "string"
        }
    ]
}
string
name
Optional

The name of the server port, for example "http".

This property was added in vSphere API 9.1.0.0.

It is missing or null if the port has no standard name.

string
description
Optional

Description of the server port.

This property was added in vSphere API 9.1.0.0.

It is missing or null if the port has no description.

integer As int64 As int64
port
Required

The server port number.

This property was added in vSphere API 9.1.0.0.

integer As int64 As int64
open_connections
Required

The count of open TCP connections to this server.

This property was added in vSphere API 9.1.0.0.

peers
Required

The list of peers connected to this server port.

This property was added in vSphere API 9.1.0.0.